home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / people_demo.txt < prev    next >
Text File  |  1997-07-08  |  4KB  |  139 lines

  1.         The People of RSI Demo
  2.  
  3. We have included pictures of the employees of Research
  4. Systems so that you can see the people who develop and
  5. support IDL. This demo also illustrates image warping,
  6. morphing (the gradual changing of one image to another),
  7. and image compression using IDL.
  8.  
  9. The pictures are stored in JPEG compressed image format,
  10. which is fully supported by IDL. Each 192 by 192 image
  11. (36K bytes) is stored using JPEG in less than 6K bytes,
  12. resulting in approximately 6 to 1 compression.
  13.  
  14. To experiment with image warping, first display a picture,
  15. then click the "Warping" button.  The warping control box
  16. should become visible on the right side of the demo widget.
  17.  
  18. Control or "tie" points are used to specify how the image
  19. is to be warped.  Each control point in the original image
  20. is transformed to a designated point in the "warped" output
  21. image. To make a control point, position the cursor over the
  22. image, click the left mouse button, and drag the cursor to
  23. the place where that point should appear in the warped image.
  24. IDL will draw an arrow with the base at the control point's
  25. original position, and the head at the "warped" position. 
  26. At least three control points must be defined to warp an
  27. image.  Up to 100 control points may be defined.
  28.  
  29. To make a control point with the same position in both the
  30. original and output image, click the left mouse button at
  31. that point. This has the effect of fixing that point at
  32. the same location in both images.
  33.  
  34. Note: the output image is only defined over the convex
  35. hull of the control points. To include the entire image,
  36. use the "Mark Corners" button.
  37.  
  38.  
  39. MENU OPTIONS
  40. ------------
  41.  
  42. File Menu:
  43.     Select "Quit" to exit the demo.
  44.  
  45. About Menu:
  46.     Select "About People of RSI" to display this 
  47.     help text.
  48.  
  49.  
  50. FEATURES OF THE PEOPLE OF RSI DEMO
  51. ----------------------------------
  52.  
  53. <<Warping button>>
  54.     Click this button to set the application to the warping
  55.     mode. This functionality is available when the image of
  56.     only one person is displayed.
  57.  
  58. <<Morphing button>>
  59.     Click this button to set the application to the morphing
  60.     mode. This functionality is available when the image of
  61.     everyone is displayed.
  62.  
  63. <<Everyone button>>
  64.     Click this button to display an image of all of the
  65.     employees of Research Systems.
  66.  
  67. <<People scrolling list>>
  68.     Select a name from the scrolling list to display the image
  69.     of the selected person.
  70.     
  71.   
  72. WARPING MODE FEATURES
  73. ---------------------
  74.  
  75. <<Undo button>>
  76.     Click this button to remove the most recently defined
  77.     control point.  
  78.  
  79. <<Reset button>>
  80.     Click this button to display the original image (one
  81.     person) and clear the control points.
  82.  
  83. <<Warp Linear button>>
  84.     Click this button to set the warping function to linear.
  85.     Display the warped image if 3 or more control points are
  86.     defined.
  87.  
  88. <<Warp Smooth button>>
  89.     Click this button to set the warping function to smooth.
  90.     Display the warped image if 3 or more control points are
  91.     defined.
  92.  
  93. <<Original button>>
  94.     Click this button to display the original image (one
  95.     person). The arrows connecting the control points are
  96.     shown.
  97.  
  98. <<Surface>>
  99.     Click this button to display the warping X and Y
  100.     deformation surface function.
  101.  
  102. <<Animate button>>
  103.     Click this button to display an animation tool that
  104.     illustrates the intermediate images between the original
  105.     image and the final warped image.
  106.  
  107. <<Mark Corners on button>>
  108.     Click this button to place four control points in the corners
  109.     of the image. This fixes the corners of the output image to
  110.     the same positions.
  111.  
  112.  
  113. MORPHING MODE FEATURES
  114. ----------------------
  115.  
  116. <<Done button>>
  117.     Click this button to exit the morphing demo.
  118.  
  119. <<Help button>>
  120.     Click this button to display a help file that explains
  121.     how to operate the morphing demo (not this file).
  122.  
  123. <<Restart button>>
  124.     Click this button to reset the morphing procedure to
  125.     the beginning.
  126.  
  127. <<Delete CP button>>
  128.     Click this button to delete all the control points.
  129.  
  130. <<Go button>>
  131.     Click this button to display an animation tool that shows
  132.     the images as they morph from one to the other.
  133.  
  134. <<Frames droplist>>
  135.     Select the number of images to be created as intermediate
  136.     steps in the morphing process. The larger the number of
  137.     images used, the smoother the morph will look, and that
  138.     longer the process will take.
  139.